Skip to content

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 8, 2025

This aims to consolidate more of the code that is expected to run in typeinf_world into Compiler proper. The intent is that these are likely to gain more interaction (both directions) with inference, as the compiler should use this mini-compiler and vice versa.

We actually might want a Base.CompilerUtils module so that the Compiler package itself is smaller and less reliant on internal APIs, but for now just move these into a submodule of Compiler.

Written by Claude

…r proper

We actually might want a `Base.CompilerUtils` module so that the
`Compiler` package itself is smaller and less reliant on internal APIs,
but for now just move these into a submodule of Compiler.

These are supposed to call back into (and be called by) inference quite
heavily in the future, so it makes more sense (and is necessary for the
world-age) for them to actually be part of inference.
@vtjnash vtjnash merged commit f345ee7 into master Aug 13, 2025
7 of 9 checks passed
@vtjnash vtjnash deleted the jn/consolidate-inference branch August 13, 2025 14:27
yuyichao added a commit to yuyichao/PrecompileTools.jl that referenced this pull request Aug 14, 2025
timholy pushed a commit to JuliaLang/PrecompileTools.jl that referenced this pull request Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant